NumToLog

Syntax: @Numtolog numname, attname[, String]

Where numname is a numeric attribute holding a value N, the NumToLog command will assign the Nth value to the list attribute attname. The Nth value being the vertical location of the value in the definition of the list attribute on the Instance Properties editor.

When the optional String parameter is used, the NumToLog command will put the Nth value of the list attribute attname into the named string. This can be especially useful for List type attribute manipulation.

Example

where the Instance Properties editor shows the Grade attribute as:

Grade

Director

SenMgr

JunMgr

@NumToLog Num, Grade

with the value 2 in the numeric attribute Num, this command would assign 'SenMgr' to the attribute Grade.

See also the reverse LogToNum command.